doubly linked list造句
例句與造句
- Represents a doubly linked list
表示雙向鏈接列表。 - If your code does not require a doubly linked list you may want to reconsider using
如果代碼不要求雙向鏈接表,可能需要重新考慮使用 - Doubly linked list
雙向鏈表 - Is a doubly linked list , so element insertion is fast at the head , tail , and at a known position
是雙向鏈接表,因此頭、尾和表中已知位置( - Because doubly linked list can dynamically distribute store place , it is used in storing the offsets data of ship . through adding and deleting the node , we can easily add the offsets data and modify the model
系統(tǒng)采用雙鏈表來存儲船體的型值點(diǎn)數(shù)據(jù),之所以采用雙鏈表,是因?yàn)槠淇梢詣討B(tài)分配存儲空間,同時(shí)可以很方便地增刪節(jié)點(diǎn),從而進(jìn)行船舶型值點(diǎn)加密以及模型修改。 - It's difficult to find doubly linked list in a sentence. 用doubly linked list造句挺難的
- Firstly , singly linked lists are used as the data structure of this algorithm rather than doubly linked lists or trees as other algorithms use , so less memory space and running time are required . secondly , the relationship between the entry and exit points on the two polygons is found and argumentation , which , with the reasonable operations on the lists , reduces the times that the lists are traversed and allows the polygon to be input clockwise or counterclockwise
該算法使用單線性鏈表數(shù)據(jù)結(jié)構(gòu),與其它使用雙鏈表或樹結(jié)構(gòu)的算法相比具有占用空間少及處理速度快的特點(diǎn);其次,找出并論證兩個(gè)多邊形之間進(jìn)、出點(diǎn)之間的關(guān)系,并通過合理的數(shù)據(jù)結(jié)構(gòu)處理,減少了算法對多邊形鏈表的遍歷次數(shù),而且允許多邊形既可以按順時(shí)針方向也可以按逆時(shí)針方向輸入。